@media (min-width: 1200px) {
    .container {
      max-width: 1390px;
    }
  }
@media (max-width: 1919px) {
    .tv-container .tv-text .footer-logo {
        background: black;
        width: 200px;
        height: 40px;
    }
    .blogitem-content h5 a {
        color: #f38030 !important;
        font-size: 12px !important;
        text-transform: uppercase !important;
    }
    .tm-service2 {
        padding: 54px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
        border-bottom: 2px solid #f38030;
    }
    .tm-service2 h5 {
        margin-bottom: 8px;
        text-transform: uppercase;
        font-size: 12px;
    }
}

/* Ecran <= 1199 */
@media (max-width: 1199px) {
    .actives {
        border: 1px solid #f38030;
        padding: 5px;
        border-radius: 5px;
        background: #f38030;
        color: #fff;
    }
    .tm-navigation ul li a {
        font-size: 11px;
        font-family: "Century Gothic", sans-serif;
        font-weight: 500;
        color: #009e60;
        text-transform: uppercase;
    }
    .tm-navigation ul li a {
        display: inline-block;
        padding: 19px 5px !important;
    }
    .blogitem-content h5 a {
        color: #333333;
        font-size: 15px;
    }
    .tm-button.tm-button-dark,
    a.tm-button.tm-button-dark,
    button.tm-button.tm-button-dark {
        background: #333333;
        border-color: #333333;
        padding: 1px;
    }
    .tm-service2 h5 {
        margin-bottom: 13px;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 16px;
    }

    .tm-service2 {
        padding: 20px;
        /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
        box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
        border-bottom: 2px solid #f38030;
    }
    .tm-contact-block {
        /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
        box-shadow: 0 0 0;
        padding: 6px 0px;
        border: 1px solid #f38030;
    }
    .tv-container .tv-text .footer-logo {
        background: black;
        width: 270px;
        height: 40px;
    }
}

@media (max-width: 760px) {
    .tv-container .tv-text .footer-logo {
        background: black;
        width: 410px;
        height: 40px;
    }
}
@media (max-width: 526px) {
    .tv-container .tv-text .footer-logo {
        background: black;
        width: 700px;
        height: 40px;
    }

    .about-content h2 {
        font-weight: 400;
        font-size: 28px;
        text-transform: uppercase;
        color: #009e60;
    }

    .tm-promo-content h2 span {
        color: #009e60;
        font-size: 22px;
        text-transform: uppercase;
    }

    .tm-section-title h2,
    .tm-section-title h3 {
        font-weight: 400;
        font-size: 18px;
        text-transform: uppercase;
        color: #009e60;
    }

    .boxshadow-blog {
        box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
            rgba(17, 17, 26, 0.05) 0px 8px 32px !important;
        padding: 10px !important;
        /* margin-bottom: 140px; */
    }
}

@media screen and (max-width: 767px) {
    /* Vos styles CSS pour les écrans de téléphone vont ici */
    .custom-slide-text {
        position: relative !important;
        bottom: 109px;
        font-size: 1em;
        color: #fff;
    }
    .custom-slide-text span {
        border: 2px solid;
        padding: 18px 55px !important;
    }
    .custom-slide-text-link {
        position: relative !important;
        bottom: 70px;
        border: 1px solid #f38030;
        background-color: #f38030;
        padding: 4px;
        border-radius: 5px;
    }
    .mt-50-reverse {
        margin-top: 0px !important;
    }
}
@media screen and (max-width: 920px) {
    /* Vos styles CSS pour les écrans de téléphone vont ici */
    .swiper-slide-content {
        width: 40em !important;
        padding: 50px;
    }
    .mt-50-reverse {
        margin-top: 0px !important;

    }
}
@media screen and (max-width: 780px) {
    /* Vos styles CSS pour les écrans de téléphone vont ici */
    .swiper-slide-content {
        width: 30em !important;
        padding: 50px;
    }
    .swiper-slide-text {
        font-size: 1em !important;
    }
    .mt-50-reverse {
        margin-top: 0px !important;
    }
}



@media (max-width: 1305px) {
    .tm-navigation ul li a {
        font-size: 10px;
    }
  }

  @media (max-width: 1199px) {
    .tm-navigation ul li a {
        font-size: 8px;
    }
  }


 

